Optimal Design of Laminated Composite Plates by using Advanced G A. A REVIEW

نویسنده

  • Jeevan Kumar
چکیده

Alliot et al. [1] who used GAs for solving conflicts in air traffic control. Davis [2] and Giffer [3] applied genetic algorithms to problems involving job shop and production scheduling, respectively. These, along with countless other researchers have found GAs to be a valuable tool in problem solving and optimization environments.Although the high strength-to-weight properties of composite materials are attractive, their greatest advantage is that they provide the designer with the ability to tailor the directional strength and stiffnesses of a material to a given loading environment of the structure [4].is the latest and most technically advanced commercial transport aircraft, the Boeing 777. The structure of this revolutionary aircraft, which first flew in 1994, is only comprised of 9% by weight of composite materials [5]. The idea of a genetic algorithm was thought to have been conceived by John Holland at the University of Michigan in the 1970s. Holland [6] was interested in applying the laws of natural selection towards the development of artificial systems rather than systems that are based on some reasoning process [7]. These artificial systems could be constructed using computer software and applied to various disciplines which emphasize design, optimization and machine learning.Two of the most popular implementations of crossover are one-point and two-point crossover where the chromosome string of each parent organism is randomly split at one or two points, respectively. Pieces from each parent organism are then recombined to create a child. Many different types of crossover have been implemented as seen in Le Riche [8] who experimented with no fewer than seven derivatives of this operator.to the other crossover methods, a child is partially comprised of chromosomes from both parent strings. The remaining chromosome(s) in the child string consist of genes that contain averaged information from genes in the corresponding parent chromosomes. This type of operator also works well with gene strings that contain both real and integer values [9]. . The inversion operator works in the same manner as permutation but keeps track of the position of each gene at all times. Inversion is typically used to prevent genes in the string that are physically far apart from one another to be unaffected by crossover [10]. When dealing with constrained optimization problems, repair operators are sometimes used to guide the GA from unfeasible to feasible areas of the design space. Repair operators have been found to be most effective when implemented with a small probability [11] to prevent the GA from getting stuck in one area of the design space. Sequential linearization is a standard approach to solving non-linear problems but can often get trapped in local optimum design areas [12]. Thirdly, rounding off design variables when using continuous optimization methods haven shown to produce sub-optimal or even unfeasible designs [13]. In recent years, genetic algorithms have been successfully applied to large, nonconvex, integer programming problems, see for example Hajela [14] and Rao et al. [15]. Thus, it was obvious that GAs would be well suited for the design and optimization of laminated composite plates. Early works include Callahan [16] who used GAs for stacking sequence optimization of composite plates, and Nagendra [17, 18, 19] who did extensive research work with GAs and stiffened composite panels. As discussed in Section 1.2, GAs are excellent all-purpose discrete optimization algorithms because they can handle linear and non-linear problems or noisy search spaces by using payoff (objection function) information only. [20] Prem kumar,A 2001, “Optimal design of multilayer composite plate using Simulated annealing method”, M.E. Thesis project work, department of Mechanical engineering, AU. In early works, Foye [21] used a random search method to find the optimal stacking sequence with the smallest number of plies, while satisfying strength and stiffness requirements. Waddoups [22] employed a brute force method in which all possible designs were evaluated. In both studies [23] and [24] multiple in-plane loading conditions were considered and ply orientation angles and the number of plies were treated as design variables. Verette [21] and Kenoshi [24] conducted laminate optimization studies that used stability constraints based on simplified buckling analyses to avoid complications involved with solving eigenvalue problems. The objective function and stiffness constraint were found to be linear functions of the design variables and the strength constraint, which was non-linear was transferred to set of sequential linear problems that could be solved easily [25]. Optimal Design of Laminated Composite Plates by using Advanced G A. A REVIEW www.ijeijournal.com Page | 98 This approach was also successfully applied to the problems involving buckling by sequentially linearizing the buckling constraint with respect to the ply thicknesses [26]. G ̈urdal [27] used continuous optimization in conjunction with a penalty function to force the ply orientation angles to discrete values. Haftka and Walsh [26] solved the stacking sequence problem for buckling load maximization. The nonlinear problem, resulting from using ply thicknesses as design variables, is linearized by using ply-orientationidentity variables, and then solved using a branch and bound algorithm. Many recent studies have concentrated on improving the genetic algorithm's reliability and efficiency. Le Riche and Haftka [28] studied the problem of composite panel weight minimization subject to buckling and strength constraints. The studies can be used to formulate trade off studies between cost and weight which may aid in the selection of a design that minimizes cost and/or weight [29], two of the most important considerations in aerospace applications. . Kassapoglou [29] used multi-objective optimization to simultaneously minimize the cost and weight of composite stiffened panels subjected to compression and shear loads. The first step in the optimization procedure involved minimizing each parameter separately. The lowest weight and cost configurations were then identified and placed in the Pareto-optimal set. Designs from the group optimized for cost that were lighter than the minimum cost configuration, and designs from the group optimized for weight that were cheaper to fabricate than the minimum weight configuration comprised the remainder of the candidate Pareto-optimal set. The optimum configuration from this set was chosen to be the one that minimized a certain penalty function. Although the individual minimum weight and cost designs did not coincide, results showed that a set of near-optimal designs could be found. Panels configured with “J” stiffeners provided the lowest weight, while “T” stiffeners produced the lowest cost designs and the best tradeoff between cost and weight. GAs have also been applied to multi-objective problems. Schaffer [30] used genetic algorithms for multi-objective problems by creating equally sized sub-populations. Each sub-population worked on optimizing a single objective. Although selection was carried out in each sub-population individually, crossover was performed between members of both populations. Results showed that this implementation scheme was susceptible to bias against individuals that satisfied both objectives well but did not provide the optimum solution for either criteria, making it difficult to find the entire set of Pareto-optimal designs. Belegundu et al. [31] implemented a GA in a slightly different manner for multi-objective optimization of a wide range of problems. The selection procedure in the GA was modified by replacing traditional roulette wheel selection with a scheme based on dominated and non-dominated designs. REFERENCES[1] Alliot, J., Gruber, H., Joly, G., and Schoenauer, M., “Genetic Algorithms for SolvingAir Traffic ControlConflicts." Proceeding of the 9th Conference on AI Applications,1993.[2] Davis, L., “Job Shop Scheduling with Genetic Algorithms." Proceedings of the FirstInternationalConference on Genetic Algorithms, 1985, pp. 136-140.[3] Giffer, B. and Thompson, G. L., “Algorithms for Solving Production Schedulingroblems." OperationsResearch, Vol. 8, 1969, pp. 90-99.[4] Jones, R.M., “Mechanics of Composite Materials." Hemisphere, New York, 1975.[5] “Boeing 777 rollout" Aviation Week and Space Technology, April 11, 1994,pp. 36-58.[5] Holland, J. H., “Adaptation in Natural and Artificial Systems." The University of Michigan Press, AnnArbor, MI, 1975.[6] Goldberg, D. E., “Genetic Algorithms in Search, Optimization, and Machine Learning." Addison-Wesley Publishing Company, Inc., Reading, MA, 1989.[7] Le Riche, R., “Optimization of Composite Structures by Genetic Algorithm." Ph.D.Dissertation, VirginiaPolytechnic Institute and State University, 1994.[8] G ̈urdal, Z., Haftka, R. T., and Hajela, P., “Design and Optimization of Laminated CompositeMaterials." To be published.[9] Le Riche, R., Haftka R. T., \Optimization of Stacking Sequence Design for Buckling Load Maximizationby Genetic Algorithm." Proceedings of the 33rd AIAA/ASME/ASCE/AHS/ASC SDM Conference,Dallas, TX, 1992.[10] Orvosh D. and Davis L., “Shall We Repair? Genetic Algorithms, Combinatorial Optimization, andFeasibility Constraints." Proceedings of the 5th InternationalConference on Genetic Algorithms,University of Illinois at Urbana-Champaign, Morgan Kaufmann Publishers, 1993, pp. 650.[11] Nagendra, S., Haftka, R. T., and G ̈urdal, Z., “Stacking Sequence Optimization ofSimply SupportedLaminates with Stability and Strain Constraints. " AIAA Journal,Vol. 30, No. 8, 1992, pp. 2132{2137. Optimal Design of Laminated Composite Plates by using Advanced G A. A REVIEW www.ijeijournal.comPage | 99[12] Mesquita, L., and Karmat, M. P., “Optimization of Sti_ened Laminated CompositePlates with FrequencyConstraints." Engineering Optimization, Vol. 11, 1987, pp. 77-86.[13] Hajela, P., “Genetic Search An Approach to the Non-convex Optimization Problem." AIAA Journal,Vol 28, No. 7, 1990, pp. 1205-1210.[14] Rao, S. S., Pan, T. S., and Venkayya, V. B., “Optimal Placement of Actuators inActively ControlledStructures Using Genetic Algorithms." AIAA Journal, Vol. 29, No. 6, 1990, pp. 942-943.[15] Callahan, K. J., and Weeks, G. E., “Optimum Design of Composite Laminates UsingGenetic Algorithm."Composite Engineering, Vol. 2, No. 3, 1992, pp. 149-160.[16] Nagendra, S., Haftka, R. T., and Gurdal, Z.,“Design of Blade Stiffened Composite Panels by a GeneticAlgorithm." Proceedings of the 34th Structures, Structural Dynamics, and Materials Conference, LaJolla, CA, April 19-21, 1993, pp. 2418-2436.[17] Nagendra, S., “Optimal Stacking Sequence Design of Stiffened Composite Panels with Cutouts." Ph.D.Dissertation, Virginia Polytechnic Institute and State University, June 1993.[18] Nagendra, S., Jestin, D., G ̈urdal, Z., and Watson, L. T., “Improved GeneticAlgorithm for the Design ofSti_ened Composite Panels." Computers & Structures, Vol. 58, No. 3, 1996, pp. 543-555. [19] Prem kumar,A 2001, “Optimal design of multilayer composite plate using Simulated annealing method”,M.E. Thesis project work, department of Mechanical Engineering, AU.[20] Foye, R., “Advanced Design for Advanced Composite Airframes."Airforce Materials Laboratory,Wright-Patterson Air Force Base, Ohio, AFML TR-69-251, 1969.[21] Waddoups, M. E., “Structural Airframe Application of Advanced Composite MaterialsAnalyticalMethods." Air Force Materials Laboratory, WrightPatterson Air Force Base, Ohio, AFML-TR-69-101, 1969.[22] Verette, R. M., “Sti_ness, Strength, and Stability Optimization of Laminated Composites." NorthropAircraft Corporation, Report NOR-70-138, Hawthorne,CA., 1970.[23] Konishi, D. Y., and Lee, K. J., “Strength and Stability of an Unstiffened Panel UnderMultiple InplaneLoads" Advanced Composite Design Guides, 3rd edn., Airforce Materials Laboratory, Wright-Paterson Air Force Base, Ohio, 1973.[24] Schmit, L.A., and Farshi, B., “Optimum Laminate Design for Strength andStiffness." InternationalJournal for Numerical Methods in Engineering, Vol. 7, No. 4.,pp. 519-536, 1973.[25] [26] Schmit, L. A., and Farshi, B., “Optimum Design of Laminated Fiber Composite Plates." nternational Journal for Numerical Methods in Engineering, Vol. 11, No. 4, 1977, pp. 623-640.[26] Gurdal, Z., and Haftka, R. T., “Optimization of Composite Laminates." Presented at the NATOAdvanced Study Institute on Optimization of Large Structural Systems, Berchtesgaden, Germany, Sept.23-Oct. 4, 1991.[27] Haftka, R. T., and Walsh, J. L., “Stacking Sequence Optimization for Buckling ofLaminated Plates byInteger Programming." AIAA Journal, Vol. 30, No. 3, 1992,pp. 814-819.[28] Kassapoglou, C.,“Simultaneous Cost and Weight Minimization of Composite Stiffened Panels UnderCompression and Shear". Composites Part A, Vol. 28A, 1997, pp. 419-435.[29] Shaffer, J. D., “Some Experiments in Machine Learning Using Vector Evaluated Genetic Algorithms".Unpublished Doctoral Dissertation, Vanderbilt University, Nashville, 1984.[30] Belegundu, A. D., Murthy, P. L. N., “A New Genetic Algorithm for Multi-Objective Optimization". 6thAIAA/NASA/ISMO Symposium on Multidisciplinary Analysis and Optimization, Bellevue, WA, Sept.4-6, 1996, pp. 1727-1736.

برای دانلود متن کامل این مقاله و بیش از 32 میلیون مقاله دیگر ابتدا ثبت نام کنید

ثبت نام

اگر عضو سایت هستید لطفا وارد حساب کاربری خود شوید

منابع مشابه

A Numerical and Analytical Solution for the Free Vibration of Laminated Composites Using Different Plate Theories

An analytical and numerical solution for the free vibration of laminated polymeric composite plates with different layups is studied in this paper. The governing equations of the laminated composite plates are derived from the classical laminated plate theory (CLPT) and the first-order shear deformation plate theory (FSDT). General layups are evaluated by the assumption of cross-ply and angle-p...

متن کامل

Dynamic Stability of Moderately Thick Composite Laminated Skew Plates using Finite Strip Method

The dynamic instability regions of composite laminated skew flat plates subjected to uniform in-plane axial end-loading are investigated. The in-plane loading is assumed as a combination of a time-invariant component and a harmonic time-varying component uniformly distributed along two opposite panel ends’ width. In case of some loading frequency-amplitude pair-conditions, the model is subjecte...

متن کامل

Hygrothermal Analysis of Laminated Composite Plates by Using Efficient Higher Order Shear Deformation Theory

Hygrothermal analysis of laminated composite plates has been done by using an efficient higher order shear deformation theory. The stress field derived from hygrothermal fields must be consistent with total strain field in this type of analysis. In the present formulation, the plate model has been implemented with a computationally efficient C0 finite element developed by using consistent strai...

متن کامل

Large amplitude vibration prediction of rectangular plates by an optimal artificial neural network (ANN)

In this paper, nonlinear equations of motion for laminated composite rectangular plates based on the first order shear deformation theory were derived. Using a perturbation method, the nonlinear equation of motion was solved and analytical relations were obtained for natural and nonlinear frequencies. After proving the validity of the obtained analytical relations, as an alternative and simple ...

متن کامل

Multi-objective optimization of buckling load for a laminated composite plate by coupling genetic algorithm and FEM

In this paper, a combination method has been developed by coupling Multi-Objective Genetic Algorithms (MOGA) and Finite Element Method (FEM). This method has been applied for determination of the optimal stacking sequence of laminated composite plate against buckling. The most important parameters in optimization of a laminated composite plate such as, angle, thickness, number, and material of ...

متن کامل

Post-buckling response of thin composite plates under end-shortening strain using Chebyshev techniques

In this paper, a method based on Chebyshev polynomials is developed for examination of geometrically nonlinear behaviour of thin rectangular composite laminated plates under end-shortening strain. Different boundary conditions and lay-up configurations are investigated and classical laminated plate theory is used for developing the equilibrium equations. The equilibrium equations are solved dir...

متن کامل

ذخیره در منابع من


  با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید

برای دانلود متن کامل این مقاله و بیش از 32 میلیون مقاله دیگر ابتدا ثبت نام کنید

ثبت نام

اگر عضو سایت هستید لطفا وارد حساب کاربری خود شوید

عنوان ژورنال:

دوره   شماره 

صفحات  -

تاریخ انتشار 2017